home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / graphics_120_thumbBack0.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  582 b   |  15 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   set the member of sprite 22 to "thumbFront" & string(not value(the last char in the name of member the member of sprite 22))
  7.   set the member of sprite 23 to "thumbBack" & string(not value(the last char in the name of member the member of sprite 23))
  8.   set the member of sprite 26 to "albumBackCover"
  9.   set the cursor of sprite the currentSpriteNum to 0
  10. end
  11.  
  12. on mouseLeave
  13.   set the cursor of sprite the currentSpriteNum to 0
  14. end
  15.